home *** CD-ROM | disk | FTP | other *** search
- object BlobForm: TBlobForm
- Left = 200
- Top = 108
- Width = 544
- Height = 375
- Caption = 'Field Viewer'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- PixelsPerInch = 96
- TextHeight = 13
- object Panel2: TPanel
- Left = 0
- Top = 307
- Width = 536
- Height = 41
- Align = alBottom
- TabOrder = 0
- object BitBtn1: TBitBtn
- Left = 440
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Close'
- TabOrder = 0
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 352
- Top = 8
- Width = 75
- Height = 25
- TabOrder = 1
- OnClick = BitBtn2Click
- Kind = bkCancel
- end
- object SaveBtn: TBitBtn
- Left = 248
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Save'
- TabOrder = 2
- OnClick = SaveBtnClick
- end
- object CopyBtn: TBitBtn
- Left = 8
- Top = 8
- Width = 105
- Height = 25
- Caption = 'Copy to clipboard'
- TabOrder = 3
- OnClick = CopyBtnClick
- end
- object PasteBtn: TBitBtn
- Left = 112
- Top = 8
- Width = 113
- Height = 25
- Caption = 'Paste from clipboard'
- TabOrder = 4
- OnClick = PasteBtnClick
- end
- end
- object PageControl1: TPageControl
- Left = 0
- Top = 0
- Width = 536
- Height = 307
- ActivePage = MemoSheet
- Align = alClient
- TabOrder = 1
- object ImageSheet: TTabSheet
- Caption = 'ImageSheet'
- TabVisible = False
- object ScrollBox1: TScrollBox
- Left = 0
- Top = 0
- Width = 528
- Height = 297
- Align = alClient
- TabOrder = 0
- object DBImage1: TDBImage
- Left = 0
- Top = 0
- Width = 524
- Height = 293
- Align = alClient
- TabOrder = 0
- OnClick = DBRichEdit1Change
- end
- end
- end
- object MemoSheet: TTabSheet
- Caption = 'MemoSheet'
- TabVisible = False
- object DBRichEdit1: TDBRichEdit
- Left = 0
- Top = 0
- Width = 528
- Height = 297
- Align = alClient
- ScrollBars = ssBoth
- TabOrder = 0
- OnChange = DBRichEdit1Change
- end
- end
- end
- end
-